home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 179 / gfa / read.me < prev    next >
Encoding:
Text File  |  1987-09-18  |  3.2 KB  |  79 lines

  1. BOXTEST.BAS
  2. BOXTEST.PRG
  3.  
  4.     This is a very simple program that shows you how buttons and radio buttons
  5.     can be programmed in GFA.  Run the program and see how it looks and then
  6.     disect the source to see how they did it.  Very well done.
  7.  
  8.  
  9. COMMAND.TOS
  10. DIALTEST.PRG
  11. GFATIP08.DOC
  12. TIMER.PRG
  13. TIMETEST.BAS
  14. TIMETEST.PRG
  15.  
  16.     These programs include a CLI, a timer program, example programs, & a
  17.     .DOC file to explain the usage and restrictions of the utility.  At several
  18.     of the GFA Basic Conferences I was asked "How do I time a program?", well
  19.     this archive will help you out.  It is designed for use with GFA Basic
  20.     Compiled programs, (or any other language for that matter).  It is 
  21.     compatible with GFALINK.TTP (contained in GFATIP07.ARC).  The whole idea of
  22.     this GFATIP is to help you to test sections of compiled code & perform 
  23.     optimization while keeping an execution track record.  Everything you need
  24.     to time your software modules.   GRIFJOHN
  25.  
  26.  
  27. GFAGRAPH.DOC
  28. PRG0302.BAS
  29. PRG0303.BAS
  30.  
  31.     This is actually a sample chapter for a book which, alas, is destined
  32.     not to be. I hope you gain some insight into GFA BASIC by reading it.
  33.     Sample program listings are included in the text. ALL programs
  34.     have been throughly tested, and work as listed.  Read part of a book that
  35.     could have been and learn as well.  
  36.  
  37.  
  38. GFALINK.TTP
  39. GFATIP07.DOC
  40.  
  41.     Fellow GFA'ers here is my latest attempt at making the GFA Basic
  42.     programming environment more productive.  Since the GFA Basic Companion will
  43.     be out in a few days, I thought it was time to unleash my latest utility for
  44.     use with .LST files created with the GFA Basic Interpreter.  With this
  45.     utility package you'll be able to configure a pseudo MAKE environment with
  46.     the GFALINK.TTP program and a good CLI such as DOS Shell.  These files have
  47.     been labeled as a bonifide GFATIP file since it does more than provide you
  48.     with a utility and instructions; it also presents a consistent programming
  49.     concept that will help you improve productivity while using GFA Basic.  
  50.     Enjoy!  John B. Holder
  51.  
  52.  
  53. GFASPK1.BAS
  54.  
  55.     Listing calls STSPEECH.TOS from GFA commands. Assign A$ a string, call the
  56.     subroutine, turn up the sound, and your ST is talking. (It does
  57.     sometimes bomb but not too often and it only ends the .prg, it doesnt lock
  58.     up. I used it to write a speak and spell for the kids, they love it.  For
  59.     a copy of STSPEECH.TOS, rename SPEECH.TOS from the COMM directory on this
  60.     disk.  Very interesting to both run and examine.
  61.  
  62.  
  63. MENUDEMO.BAS
  64. MENUDEMO.PRG
  65. MENUDEMO.RSC
  66.  
  67.     This program is a short demo showing how to load menu built by a Resource
  68.     Construction Set into GFA and by-passing the menu command. The menu you
  69.     will see has a twist to it. Color's!!! If I get enough response's I will
  70.     write up a doc file explaining how to get menu's with different color's
  71.     and also ICON's. This program run's only in MEDIUM RESOLUTION.  Yes, you 
  72.     can use a Resource Construction program with GFA.
  73.  
  74.  
  75. PATCH202.BAS
  76.  
  77.     This is a patch for the owners of version 2.02 only! Run this only on a
  78.     Backup copy!  This corrects a bug in the on error routine.
  79.